home *** CD-ROM | disk | FTP | other *** search
- property pSaveStateList
-
- on keyDown me
- if the key = RETURN then
- pSaveStateList = utilsGetState(#keywordsearch)
- keyword = member("keywordsearch").text
- if keyword <> 3 then
- sendAllSprites(#processKeywordSearch, keyword, pSaveStateList.keywordCDImageList)
- else
- beep()
- member("error message").text = "Pleasse type a keyword in the box"
- end if
- else
- pass()
- end if
- end
-